multidimensional array

multidimensional array

 英

  • un.多维数组
  • 网络阵列

英汉解释

un.
1.
多维数组

例句

A vector, which always has only one dimension, is not the same as a multidimensional array that happens to have only one dimension.

向量始终只有一个维度恰好只有一个维度多维数组不同

The following example illustrates the difference between defined a one-dimensional array and a multidimensional array.

下面示例阐释定义数组多维数组之间区别

The multidimensional array is then passed to a function that displays the array as a table in the document.

然后多维数组传递一个函数函数数组显示文档一个

The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.

变量可以一个整数字符串那样简单可以多维数组对象那样复杂

A multidimensional array is stored with the rightmost dimension increasing first.

多维数组首先存储右边

You can pass an initialized multidimensional array to a method.

可以初始多维数组传递方法

A variation of the multidimensional array is the jagged array: an array of arrays.

多维数组一种变体交错数组数组组成数组

PHP placed the data into an easily parsable multidimensional array.

PHP数据放入可以轻松解析多维数组

If each subarray has the same length, a multidimensional array may be more useful.

如果每个数组具有相同长度多维数组适用

To work efficiently with a multidimensional array

高效使用多维数组

Algorithm of Address Generation for Multidimensional Array

多维数组地址生成算法研究

In this example we create a multidimensional array, with automatically assigned ID keys

这个案例当中我们建立一个数组ID自动生成